fetcher: Move high level functions into "fetcher-util"
authorColin Walters <walters@verbum.org>
Fri, 23 Dec 2016 01:34:07 +0000 (20:34 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 4 Jan 2017 16:32:11 +0000 (16:32 +0000)
commit9d0d0a26dbfa55080e580ed0bc7bb6c50ca46c21
tree229bc5a62851a863c2123e9a4475195ad0c23658
parentaf560047a2460bf7e75a5e343b9bb338a52131e2
fetcher: Move high level functions into "fetcher-util"

Conceptually these now lay on top of the core API, and don't reference libsoup.
This is preparation for libcurl porting, but it's also just generally better.

Closes: #636
Approved by: jlebon
Makefile-libostree.am
src/libostree/ostree-fetcher-util.c [new file with mode: 0644]
src/libostree/ostree-fetcher-util.h [new file with mode: 0644]
src/libostree/ostree-fetcher.c
src/libostree/ostree-fetcher.h
src/libostree/ostree-metalink.c
src/libostree/ostree-repo-pull.c